< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060183.xhp

(variable: kl)Statistical Functions Part Three
(variable: kl)統計関数3(hd_id3166425.1)

(section: large) (bookmark: bm_id3149530)
LARGE function

LARGE 関数
(bookmark: bm_id3150883)

LARGE
LARGE(hd_id3149530.2)

Returns the Rank_c-th largest value in a data set.
指定されたデータの中で Rank_c 番目に大きなデータを返します。(par_id3150518.3)

Syntax
構文(hd_id3152990.4)

LARGE(Data; RankC)
LARGE(データ; ランク C)(par_id3154372.5)

Data is the cell range of data.
データ は、対象となるデータが入力されているセル範囲です。(par_id3152986.6)

RankC is the ranking of the value.
ランク C は、金額のランクです。(par_id3156448.7)

Example
(hd_id3152889.8)

=LARGE(A1:C50;2) gives the second largest value in A1:C50.
=LARGE(A1:C50;2) は、A1:C50 で 2 番目に大きい値を返します。(par_id3148702.9)

(/section: large) (section: small) (bookmark: bm_id3154532)
SMALL function

SMALL 関数
(bookmark: bm_id3148609)

SMALL
SMALL(hd_id3154532.11)

Returns the Rank_c-th smallest value in a data set.
指定されたデータの中で Rank_c 番目に小さなデータを返します。(par_id3157981.12)

Syntax
構文(hd_id3154957.13)

SMALL(Data; RankC)
SMALL(データ; ランク C)(par_id3153974.14)

Data is the cell range of data.
データ は、対象となるデータが入力されているセル範囲です。(par_id3154540.15)

RankC is the rank of the value.
ランク C は、金額のランクです。(par_id3155094.16)

Example
(hd_id3153247.17)

=SMALL(A1:C50;2) gives the second smallest value in A1:C50.
=SMALL(A1:C50;2) は、A1:C50 で 2 番目に小さい値を返します。(par_id3149897.18)

(/section: small) (section: confidence) (bookmark: bm_id3153559)
CONFIDENCE function

CONFIDENCE 関数
(bookmark: bm_id3153803)

CONFIDENCE
CONFIDENCE(hd_id3153559.20)

Returns the (1-alpha) confidence interval for a normal distribution.
正規分布の信頼区間の (1- アルファ) を返します。(par_id3153814.21)

Syntax
構文(hd_id3149315.22)

CONFIDENCE(Alpha; StDev; Size)
CONFIDENCE(α; 標準偏差; 大きさ)(par_id3147501.23)

Alpha is the level of the confidence interval.
α は、信頼率です。信頼率 95% の α は 0.05 となります。(par_id3149872.24)

StDev is the standard deviation for the total population.
標準偏差 は、母集合全体の標準偏差です。(par_id3145324.25)

Size is the size of the total population.
標本数 は、標本の大きさです。(par_id3153075.26)

Example
(hd_id3150435.27)

=CONFIDENCE(0.05;1.5;100) gives 0.29.
=CONFIDENCE(0.05;1.5;100) は、0.29 を返します。(par_id3153335.28)

(/section: confidence) (section: correl) (bookmark: bm_id3148746)
CORREL function
coefficient of correlation

CORREL 関数
相関係数
(bookmark: bm_id3147403)

CORREL
CORREL(hd_id3148746.30)

Returns the correlation coefficient between two data sets.
2 つのデータセット間の積率相関係数を返します(par_id3147299.31)

Syntax
構文(hd_id3156397.32)

CORREL(Data1; Data2)
CORREL(データ 1; データ 2)(par_id3153023.33)

Data1 is the first data set.
データ 1 は、最初のデータセットです。(par_id3150036.34)

Data2 is the second data set.
データ 2 は、2 番目のデータセットです。(par_id3153021.35)

Example
(hd_id3149720.36)

=CORREL(A1:A50;B1:B50) calculates the correlation coefficient as a measure of the linear correlation of the two data sets.
=CORREL(A1:A50;B1:B50) は、2 つのデータセットの線形相関の尺度として相関係数を計算します。(par_id3149941.37)

(/section: correl) (section: covar) (bookmark: bm_id3150652)
COVAR function

COVAR 関数
(bookmark: bm_id3152983)

COVAR
COVAR(hd_id3150652.39)

Returns the covariance of the product of paired deviations.
2 つのデータの共分散を返します。(par_id3146875.40)

Syntax
構文(hd_id3149013.41)

COVAR(Data1; Data2)
COVAR(データ 1; データ 2)(par_id3150740.42)

Data1 is the first data set.
データ 1 は、最初のデータセットです。(par_id3145827.43)

Data2 is the second data set.
データ 2 は、2 番目のデータセットです。(par_id3150465.44)

Example
(hd_id3154677.45)

=COVAR(A1:A30;B1:B30)
=COVAR(A1:A30;B1:B30)(par_id3144748.46)

(/section: covar) (section: critbinom) (bookmark: bm_id3147472)
CRITBINOM function

CRITBINOM 関数
(bookmark: bm_id3154848)

CRITBINOM
CRITBINOM(hd_id3147472.48)

Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.
二項分布の分布関数の値が基準値以上になる、最小の値を返します。(par_id3149254.49)

Syntax
構文(hd_id3153930.50)

CRITBINOM(Trials; SP; Alpha)
CRITBINOM(試行回数;成功率;α)(par_id3148586.51)

Trials is the total number of trials.
試行回数 は、試行の総回数です。(par_id3145593.52)

SP is the probability of success for one trial.
成功率 は、1回の試行が成功する確率です。(par_id3153084.53)

Alpha is the threshold probability to be reached or exceeded.
α は基準値で、二項分布の分布関数の値がこの値以上になるように指定します。(par_id3149726.54)

Example
(hd_id3148752.55)

=CRITBINOM(100;0.5;0.1) yields 44.
=CRITBINOM(100;0.5;0.1) は、44 を返します。(par_id3148740.56)

(/section: critbinom) (section: kurt) (bookmark: bm_id3155956)
KURT function

KURT 関数
(bookmark: bm_id3146847)

KURT
KURT(hd_id3155956.58)

Returns the kurtosis of a data set (at least 4 values required).
データセットの尖度を返します。少なくとも 4 つの値を入力する必要があります。(par_id3153108.59)

Syntax
構文(hd_id3150334.60)

KURT(Number1; Number2; ...Number30)
KURT(数値 1; 数値 2; ...数値 30)(par_id3154508.61)

Number1,Number2,...Number30 are numeric arguments or ranges representing a random sample of distribution.
数値 1, 数値 2,...数値 30 は、分布の標本を表す数値引数または範囲です。(par_id3145167.62)

Example
(hd_id3158000.63)

=KURT(A1;A2;A3;A4;A5;A6)
=KURT(A1;A2;A3;A4;A5;A6)(par_id3150016.64)

(/section: kurt) (section: loginv) (bookmark: bm_id3150928)
LOGINV function
inverse of lognormal distribution

LOGINV 関数
対数正規分布のパーセント点
(bookmark: bm_id3156062)

LOGINV
LOGINV(hd_id3150928.66)

Returns the inverse of the lognormal distribution.
対数正規分布のパーセント点を返します。(par_id3145297.67)

Syntax
構文(hd_id3151016.68)

LOGINV(Number; Mean; StDev)
LOGINV(数値;平均値;標準偏差)(par_id3153049.69)

Number is the probability value for which the inverse standard logarithmic distribution is to be calculated.
確率 とは、計算に使用する確率です。(par_id3148390.70)

Mean is the arithmetic mean of the standard logarithmic distribution.
平均値 は、対数正規分布の平均値です。(par_id3149538.71)

StDev is the standard deviation of the standard logarithmic distribution.
標準偏差 は、標準対数分布の標準偏差です。(par_id3145355.72)

Example
(hd_id3148768.73)

=LOGINV(0.05;0;1) returns 0.19.
=LOGINV(0.05;0;1) は、0.19 を返します。(par_id3155623.74)

(/section: loginv) (section: lognormdist) (bookmark: bm_id3158417)
LOGNORMDIST function
cumulative lognormal distribution

LOGNORMDIST 関数
累積対数正規分布
(bookmark: bm_id3155366)

LOGNORMDIST
LOGNORMDIST(hd_id3158417.76)

Returns the cumulative lognormal distribution.
対数正規分布の分布関数の値を返します。(par_id3154953.77)

Syntax
構文(hd_id3150474.78)

LOGNORMDIST(Number; Mean; StDev; Cumulative)
LOGNORMDIST(数値; 平均; 標準偏差; 累積)(par_id3150686.79)

Number is the probability value for which the standard logarithmic distribution is to be calculated.
数値 は、関数に代入する数値です。(par_id3154871.80)

Mean (optional) is the mean value of the standard logarithmic distribution.
平均値 は、対数正規分布の平均値です。(par_id3155820.81)

StDev (optional) is the standard deviation of the standard logarithmic distribution.
標準偏差 は、標準対数分布の標準偏差です。(par_id3155991.82)

Cumulative (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution.
累積 (オプション) = 0 は密度関数を計算します。累積 = 1 は分布を計算します。(par_id3155992.)

Example
(hd_id3153178.83)

=LOGNORMDIST(0.1;0;1) returns 0.01.
=LOGNORMDIST(0.1;0;1) は、0.01 を返します。(par_id3149778.84)

(/section: lognormdist)

(embed text/scalc/01/04060100.xhp#drking : linkinfo)

Calc functions in the OpenOffice.org Wiki
OpenOffice.org Wiki Calc の関数(par_id0902200809540918.)

(/embed text/scalc/01/04060100.xhp#drking)


< Prev / Next >